@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  header,
  footer,
  .nav,
  .pagination,
  .breadcrumb,
  .button,
  a.button,
  .form-order,
  .section-first,
  .section-second,
  .section-third,
  .section-fourth,
  .section-five,
  .section-six-wrapper,
  .section-seven,
  .section-eight,
  #map_canvas,
  .popup-gallery {
    display: none;
  }
  .page,
  .body {
    padding: 0;
  }
}
